-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tech] add cta component, hide eligibility and hide claim props #39
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -63,13 +67,6 @@ export function QuestDetailsWrapper(props: QuestDetailsWrapperProps) { | |||
const questResult = useGetQuest(selectedQuestId, getQuest) | |||
const questMeta = questResult.data?.data | |||
|
|||
const rewardsQuery = useGetRewards({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not being used anywhere
@@ -9,7 +9,7 @@ export default defineConfig({ | |||
publicDir: 'public', | |||
resolve: { | |||
alias: { | |||
'@': '/src' | |||
'@': join(__dirname, 'src') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dist/components/QuestDetailsWrapper/index.d.ts
was building the @/types/quests
into ../../../../../../src/types/quests
This now matches what we have in the desktop client and the QuestWrapperContextValue
type works now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
niiiiice, this is the fix I was looking for but couldn't get
related to https://github.com/HyperPlay-Gaming/product-management/issues/791